home *** CD-ROM | disk | FTP | other *** search
- From: Jim_Marshall@msn.com (Jim Marshall)
- Subject: RE: Help Please
- Date: 31 Mar 96 05:17:11 -0800
- References: <4ji7eo$kgm@daisy.flex.com.au>
- Message-ID: <00001a81+0000b0ae@msn.com>
- Path: news.msn.com!msn.com
- Newsgroups: comp.lang.c++
- Organization: The Microsoft Network (msn.com)
-
- You can't use the == operator when dealing with string arrays (in
- essence your comparing the address of last2 to the address of him
- which are in fact different). You should use the strcmp() function
- to compare string arrays
-